← Index
NYTProf Performance Profile   
For ../prof.pl
  Run on Wed Dec 14 15:33:55 2022
Reported on Wed Dec 14 15:40:04 2022

Filename(eval 258)[/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Class/Method/Modifiers.pm:148]
StatementsExecuted 3 statements in 7µs
Eval Invoked At/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Class/Method/Modifiers.pm line 148
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
1118µs2.20msJSON::Schema::Modern::Document::::extendsJSON::Schema::Modern::Document::extends
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package JSON::Schema::Modern::Document;
2
# spent 2.20ms (8µs+2.19) within JSON::Schema::Modern::Document::extends which was called: # once (8µs+2.19ms) by JSON::Schema::Modern::BEGIN@35 at line 27 of JSON/Schema/Modern/Document.pm
sub extends {
312µs for my $method (@$before) {
411µs1452µs $method->(@_);
# spent 452µs making 1 call to MooX::TypeTiny::__ANON__[MooX/TypeTiny.pm:25]
5 }
614µs11.74ms $$wrapped->(@_);}
# spent 1.74ms making 1 call to Moo::extends
7;